home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / sane.d / canon_dr.conf < prev    next >
Text File  |  2009-10-14  |  3KB  |  114 lines

  1. #######################################################################
  2. # NOTE: 'option' lines only apply to the devices found by
  3. # the NEXT 'usb' or 'scsi' line. You may repeat the option line if 
  4. # required for multiple scanners of different models/connections.
  5.  
  6. #######################################################################
  7. # Some machines are incapable of providing basic inquiry info, and will
  8. # lock up if asked for it. The driver will not ask for this info if all
  9. # three of these options are provided. They should NOT be used unless
  10. # you know for sure that your machine requires it.
  11. # NOTE: the vendor and model must be correct. The version need not.
  12. #option vendor-name   CANON
  13. #option model-name    DR-2050C
  14. #option version-name  XXXX
  15.  
  16. #######################################################################
  17. # Set data buffer size, in bytes. The value ranges from 4096 - infinity
  18. # large values may cause timeouts, small causes slow scans. 4MB default
  19. #option buffer-size 4194304
  20.  
  21. #######################################################################
  22. # Most scanners dont pad their reads
  23. #option padded-read 0
  24.  
  25. #######################################################################
  26. # SCSI scanners:
  27.  
  28. # To search for any CANON scsi device, if name starts with 'CR' or 'DR'
  29. scsi CANON CR
  30. scsi CANON DR
  31.  
  32. # To use a specific scsi device
  33. #scsi /dev/sg1
  34.  
  35. #######################################################################
  36. # USB scanners:
  37.  
  38. # For Canon scanners connected via USB on a known device (kernel driver):
  39. #usb /dev/usb/scanner0
  40.  
  41. # For Canon scanners connected via USB using vendor and device ids (libusb):
  42. #usb VENDORID PRODUCTID
  43.  
  44. # NOTE: if you have to add your device here- please send the id and model
  45. # to the author via email, so it can be included in next version. kitno455 at
  46. # gmail dot com - with canon_dr in the subject line
  47.  
  48. # DR-2080C (uses weird protocol)
  49. option vendor-name  CANON
  50. option model-name   DR-2080C
  51. option version-name XXXX
  52. option padded-read  1
  53. usb 0x04a9 0x1601
  54.  
  55. # CR-180
  56. usb 0x04a9 0x1602
  57.  
  58. # DR-9080C
  59. usb 0x04a9 0x1603
  60.  
  61. # DR-7080C
  62. usb 0x04a9 0x1604
  63.  
  64. # DR-5010C
  65. usb 0x04a9 0x1606
  66.  
  67. # DR-6080C
  68. usb 0x04a9 0x1607
  69.  
  70. # DR-2580C
  71. usb 0x04a9 0x1608
  72.  
  73. # DR-3080CII
  74. usb 0x04a9 0x1609
  75.  
  76. # DR-2050C/SP (uses weird protocol)
  77. option vendor-name  CANON
  78. option model-name   DR-2050C
  79. option version-name XXXX
  80. option padded-read  1
  81. usb 0x04a9 0x160a
  82.  
  83. # DR-7580
  84. usb 0x04a9 0x160b
  85.  
  86. # CR-55
  87. usb 0x1083 0x160c
  88.  
  89. # DR-1210C (two versions?)
  90. usb 0x1083 0x160f
  91. usb 0x04a9 0x2222
  92.  
  93. # DR-4010C
  94. usb 0x1083 0x1614
  95.  
  96. # DR-2510C
  97. usb 0x1083 0x1617
  98.  
  99. # DR-X10C
  100. usb 0x1083 0x1618
  101.  
  102. # CR-25
  103. usb 0x1083 0x161a
  104.  
  105. # DR-2010C
  106. usb 0x1083 0x161b
  107.  
  108. # DR-3010C
  109. usb 0x1083 0x161d
  110.  
  111. # DR-7090C
  112. usb 0x1083 0x1620
  113.  
  114.